Vcenter Deployment SourceInfo

Vcenter Deployment SourceInfo
Vcenter Deployment SourceInfo

The Vcenter Deployment SourceInfo {schema contains information about the source vCenter Server system and the database migration options.

This schema was added in vSphere API 7.0.0.0.

JSON Example
{
    "hostname": "string",
    "version": "string",
    "deployment_type": "string",
    "deployment_size": "string",
    "sso_domain_name": "string",
    "active_directory_domain": "string",
    "dns_servers": [
        "string"
    ],
    "data_migration_info": {
        "core": {
            "estimated_export_time": 0,
            "estimated_import_time": 0,
            "required_free_disk_space_on_source": "number"
        },
        "core_events_tasks": {
            "estimated_export_time": 0,
            "estimated_import_time": 0,
            "required_free_disk_space_on_source": "number"
        },
        "all": {
            "estimated_export_time": 0,
            "estimated_import_time": 0,
            "required_free_disk_space_on_source": "number"
        },
        "core_events_tasks_with_deferred": {
            "estimated_export_time": 0,
            "estimated_import_time": 0,
            "required_free_disk_space_on_source": "number"
        },
        "all_with_deferred": {
            "estimated_export_time": 0,
            "estimated_import_time": 0,
            "required_free_disk_space_on_source": "number"
        }
    },
    "disk_info": [
        {
            "used": "number",
            "free": "number",
            "size": "number",
            "mount_point": "string"
        }
    ],
    "replicated_partners": [
        "string"
    ]
}
string
hostname
Required

The IP address or DNS resolvable name of the source vCenter Server.

This property was added in vSphere API 7.0.0.0.

string
version
Required

Source vCenter Server version.

This property was added in vSphere API 7.0.0.0.

string
deployment_type
Required

Deployment type of the source vCenter Server.

For more information see: Vcenter Deployment ApplianceType.

This property was added in vSphere API 7.0.0.0.

string
deployment_size
Required

Deployment size of the source vCenter Server.

For more information see: Vcenter Deployment ApplianceSize.

This property was added in vSphere API 7.0.0.0.

string
sso_domain_name
Required

The SSO domain name of the source vCenter Server.

This property was added in vSphere API 7.0.0.0.

string
active_directory_domain
Required

The domain name of the Active Directory server to which the source vCenter Server is joined.

This property was added in vSphere API 7.0.0.0.

array of string
dns_servers
Required

IP addresses of the DNS servers of the Active Directory server.

This property was added in vSphere API 7.0.0.0.

data_migration_info
Optional

Contains all the available migrate options, estimated export and import time and the space required to migrate the data.

This property was added in vSphere API 7.0.0.0.

This property will be available if estimate data is available for the appliance.

disk_info
Optional

Contains information about the list of available disks

This property was added in vSphere API 8.0.3.0.

If missing or null disk info was not fetched for the vCenter Server filesystem.

array of string
replicated_partners
Optional

Contains information about the list of replicated partner nodes

This property was added in vSphere API 8.0.3.0.

If missing or null replicated partners information is not available for the current vCenter Server.